home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "dopus/memory.h"
- @MASTER "opussdk:include/dopus/memory.h"
- @REMARK (c) Dr Greg Perry and Jonathan Potter, GPSoftware 1996
- @REMARK This file was initially created by ADtoHT 2.1 on 07-Sep-96 18:20:14
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "dopus/memory.h"
- @TOC "DopusSDK/MAIN"
-
- @{"dopus/memory.h" LINK File}
-
- @ENDNODE
- @NODE File "dopus/memory.h"
- #ifndef _DOPUS_MEMORY
- #define _DOPUS_MEMORY
-
- /*****************************************************************************
-
- Memory functions
-
- *****************************************************************************/
-
- void *AllocMemH(void *handle,ULONG size);
- void ClearMemHandle(void *handle);
- void FreeMemH(void *memory);
- void FreeMemHandle(void *handle);
- void *NewMemHandle(ULONG puddle_size,ULONG thresh_size,ULONG type);
-
- #endif
- @ENDNODE
-